HC: export unfocused_insensitive_color...
authorLapo Calamandrei <calamandrei@gmail.com>
Sun, 24 Jul 2016 16:58:45 +0000 (18:58 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Sun, 24 Jul 2016 16:59:58 +0000 (18:59 +0200)
...to reflect Adwaita changes.

gtk/theme/HighContrast/_colors.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css

index 2d25951d2bb28e74a0655b9ae1926204817911d4..ac9ba032499447c6f5334cba1a1bf7aba6ace854 100644 (file)
@@ -61,6 +61,7 @@ $backdrop_scrollbar_slider_color: mix($backdrop_fg_color, $backdrop_bg_color, 40
 @define-color theme_unfocused_base_color #{"" + $backdrop_base_color};
 @define-color theme_unfocused_selected_bg_color #{"" + $selected_bg_color};
 @define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color};
+@define-color unfocused_insensitive_color #{"" + $insensitive_fg_color};
 @define-color borders #{"" + $borders_color};
 @define-color unfocused_borders #{"" + $backdrop_borders_color};
 
index 21d03ec39d03f473761645e665b5654101907884..8597b203b8c6c2e11cad8b71300273428915457f 100644 (file)
@@ -12,6 +12,7 @@
 @define-color theme_unfocused_base_color #111;
 @define-color theme_unfocused_selected_bg_color #ddd;
 @define-color theme_unfocused_selected_fg_color #000;
+@define-color unfocused_insensitive_color gray;
 @define-color borders gray;
 @define-color unfocused_borders #737373;
 @define-color warning_color #f57900;
@@ -43,7 +44,7 @@
   -GtkDialog-action-area-border: 0;
   outline-color: currentColor;
   outline-style: dashed;
-  outline-offset: -3px;
+  outline-offset: -4px;
   outline-width: 2px;
   -gtk-outline-radius: 2px; }
 
index 11c57cb5464069716dfb192a34d408301507bfc9..1c3b03f17da4520ffe202bb337d45a0161e885d4 100644 (file)
@@ -12,6 +12,7 @@
 @define-color theme_unfocused_base_color #fff;
 @define-color theme_unfocused_selected_bg_color #000;
 @define-color theme_unfocused_selected_fg_color #fff;
+@define-color unfocused_insensitive_color gray;
 @define-color borders gray;
 @define-color unfocused_borders #8d8d8d;
 @define-color warning_color #f57900;
@@ -43,7 +44,7 @@
   -GtkDialog-action-area-border: 0;
   outline-color: currentColor;
   outline-style: dashed;
-  outline-offset: -3px;
+  outline-offset: -4px;
   outline-width: 2px;
   -gtk-outline-radius: 2px; }